3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D RAVE defines constants for vendor IDs. You pass a vendor ID as a parameter to the QAEngineEnable and QAEngineDisable functions, and you receive a vendor ID when you pass the kQAGestalt_VendorID selector to the QAEngineGestalt function.
#define kQAVendor_BestChoice (-1)
#define kQAVendor_Apple 0
#define kQAVendor_ATI 1
#define kQAVendor_Radius 2
#define kQAVendor_Mentor 3
#define kQAVendor_Matrox 4
#define kQAVendor_Yarc 5
#define kQAVendor_DiamondMM 6
For the vendor kQAVendor_Apple , QuickDraw 3D RAVE defines these constants for engine IDs.
#define kQAEngine_AppleSW 0
#define kQAEngine_AppleHW (-1)
#define kQAEngine_AppleHW2 1
#define kQAEngine_AppleHW3 2
Previous | QD3D Book | Overview | Chapter Contents | Next |